wayland: Remove unused fribidi include
authorSebastian Keller <skeller@gnome.org>
Thu, 4 Jun 2020 18:44:55 +0000 (20:44 +0200)
committerSebastian Keller <skeller@gnome.org>
Thu, 4 Jun 2020 18:44:55 +0000 (20:44 +0200)
The included fribidi header is not used in gdkkeys-wayland.c and already
included in gdk.c which causes linker issues due to the header defining
a global variable.

gdk/wayland/gdkkeys-wayland.c

index ef41b287ef0c5cd2a569b70d3a4c32622d93407a..c60dada58b36900de5c0bdeda605a83366a0cdbc 100644 (file)
@@ -31,7 +31,6 @@
 #include <limits.h>
 #include <errno.h>
 #include <sys/mman.h>
-#include <fribidi.h>
 
 #include "gdk.h"
 #include "gdkwayland.h"